* {box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-backface-visibility: hidden;}
header {
	width: 100%;
	height: 50px;
	
	border-bottom: 1px solid #D0DCEE;
	display: flex;
	padding: 0 106px 0 18px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
        position: absolute;
        top: 0;
}

header ul {
	display: flex;
	align-items: center;
}

header ul li {
	overflow: hidden;
	margin-right: 32px;
}

header ul li a {
	display: flex;
	align-items: center;
}

header ul li a span {
	font-size: 16px;
	color: #1e5aab;
	margin-left: 6px;
}

header .right {
	height: 100%;
	display: flex;
	align-items: center;
}

header .right .lag {
	display: flex;
	align-items: center;
}

header .right .lag a {
	display: block;
	margin-left: 11px;
font-size: 16px;
    color: #1e5aab;
}

header .right .lag a img {
	display: block;
}

header .right .label {
	height: 100%;
	margin-left: 28px;
}

header .right .label a {
	height: 100%;
	display: flex;
	align-items: center;
}

header .right .label a span {
	font-size: 16px;
	color: #1e5aab;
	margin-left: 8px;
}
.banner {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-image: url(/sihong/xhtml/static/main2023/images/top.jpg?2024);
	padding: 130px 0 0 0;
margin-top: 0;
}

.banner .logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}

.banner ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.banner ul li {
	font-size: 16px;
	color: #333333;
}

.banner ul li a {
	color: #333333;
	padding-right: 14px;
	transition: all .1s;
}

.banner ul li a:hover {
	color: #C50000;
}

.banner .search {
	overflow: hidden;
	width: 600px;
	height: 50px;
	position: relative;
	display: flex;
	background: #FAFCFE;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
	border-radius: 6px;
}

.banner .search input {
	flex: 1;
	height: 100%;
	font-size: 18px;
	color: #656565;
	background: none;
	outline: none;
	border: none;
	padding-left: 13px;
}

.banner .search input::placeholder {
	color: #656565;
}

.banner .search .btn {
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 99px;
	font-size: 18px;
	color: #fff;
	background: #C50000;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

 .banner .search .icon {
	width: 53px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

 .banner .search .icon::after {
	content: '';
	width: 1px;
	height: 19px;
	background: #999BAB;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

 .banner .search .icon img {
	display: block;
}
 .navbar {
	width: 100%;
	height: 70px;
	background: #1E5AAB;
}

.navbar .m {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar .m li {
	height: 100%;
	position: relative;
}

 .navbar .m li:hover {
	background: #C50000;
}

 .navbar .m li:hover a span {
	color: #fff;
}

 .navbar .m li a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}

 .navbar .m li a span {
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}
@media (max-width: 1000px) {
	.m {
		width: 100% !important;
	}
	header {
		display: flex;
		padding: 0 .3rem;
		justify-content: space-between;
	}
	header .right{
		width: 100%;
		justify-content: space-between;
	}
	header .right .lag a{
		margin-left: 0;
		margin: 0 !important;
		margin-right: .15rem !important;
		font-size: 12px;
	}
	header .right .lag a img{
		width: .4rem;
	}
	header ul{
		display: none;
	}
	header .right .label a span{
		font-size: 14px;
	}
	header .right .label{
		margin-left: .15rem;
	}
	header .right .label:first-child{
		margin-left: 0;
	}
	header .right .label a img{
		width: 16px;
	}
	 .banner {
		height: auto;
		    padding: 58px 0 35px 0;
	}
	 .banner .logo {
		width: 150px;
		margin-bottom: 35px;
	}
	 .banner .search {
		width: 90%;
		height: 38px;
	}
	 .banner ul {
		flex-wrap: wrap;
		padding: 0 .3rem;
	}
	 .banner ul li {
		font-size: .24rem;
		padding: .1rem 0;
	}
	 .banner ul li a {
		font-size: .24rem;
	}
	 .banner .search .icon {
		width: 38px;
		height: 100%;
	}
	 .banner .search .icon img {
		width: 16px;
	}
	 .banner .search input {
		font-size: 12px;
		padding-left: 20px;
	}
	 .banner .search .btn {
		width: 58px;
		font-size: 13px;
	}
	 .navbar {
		height: auto;
		padding: .1rem 0;
	}
	 .navbar .m {
		flex-wrap: wrap;
	}
	 .navbar .m li {
		width: auto;
		width: 33.33%;
	}
	 .navbar .m li a {
		padding: 10px 0;
		justify-content: flex-start;
		padding-left: 10px;
	}
	 .navbar .m li a img {
		width: 16px;
	}
	 .navbar .m li a span {
		font-size: 14px;
	}

}

